projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4fcaf5
)
(help-fns--var-aliases): Fix compilation warning in previous patch.
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 05:49:25 +0000
(07:49 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 14 Oct 2019 05:49:25 +0000
(07:49 +0200)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index bd27ad626058a25428d6a23874294d87b89dbd13..5e55240daba121d057eeebc2c8be6a47a1f6d0ef 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-1231,7
+1231,7
@@
variable.\n")))
(add-hook 'help-fns-describe-variable-functions #'help-fns--var-aliases)
(defun help-fns--var-aliases (variable)
;; Mention if it has any aliases.
- (let (aliases)
+ (let (aliases
alias
)
(mapatoms
(lambda (sym)
(when (and (boundp sym)